-
Notifications
You must be signed in to change notification settings - Fork 34
OIDC feature #423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OIDC feature #423
Conversation
Unit tests:
E2E Tests:
|
What this PR does / why we need it:|
This feature adds the newly announced OIDC configuration into the cluster api. This allows users to provision OKE clusters with the correct OIDC settings in one go.
Which issue(s) this PR fixes:
Fixes #391
Note: Due to the nested structs - I followed conventions in other cluster-api operators and imported go-cmp to better evaluate the differences due to the issues with deepequal